func runtime.vgetrandom1
3 uses
runtime (current package)
vgetrandom_linux.go#L16: func vgetrandom1(buf *byte, length uintptr, flags uint32, state uintptr, stateSize uintptr) int
vgetrandom_linux.go#L37: if vgetrandom1(nil, 0, 0, uintptr(unsafe.Pointer(¶ms)), ^uintptr(0)) != 0 {
vgetrandom_linux.go#L127: return vgetrandom1(unsafe.SliceData(p), uintptr(len(p)), flags, mp.vgetrandomState, vgetrandomAlloc.stateSize), true
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |